バージョン

Popover(String,PopoverModel,Object) メソッド

指定した id、モデルおよび html 属性でポップオーバーを描画します。
シンタックス
'宣言
 
Public Overloads Function Popover( _
   ByVal id As System.String, _
   ByVal popoverModel As PopoverModel, _
   ByVal htmlAttributes As System.Object _
) As System.Web.Mvc.MvcHtmlString
public System.Web.Mvc.MvcHtmlString Popover( 
   System.string id,
   PopoverModel popoverModel,
   System.object htmlAttributes
)

パラメータ

id
id。
popoverModel
ポップオーバー モデル。
htmlAttributes
HTML 属性。
参照

オンラインで表示: GitHub